Drop redis and use sqlite + local disks#1
Merged
arabcoders merged 18 commits intomasterfrom Oct 6, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a major refactor of environment variables and storage, updates API documentation to reflect new data models and endpoints, and improves the UI for usability and clarity. The most important changes are grouped below by theme.
Environment and Storage Refactor:
STORAGE_PATHas the primary configuration variable for data persistence. All related environment variables and Dockerfile references have been updated accordingly. (.env.example,Dockerfile) [1] [2]CLEANUP_ENABLED,CLEANUP_ON_STARTUP, andCLEANUP_INTERVAL_HOURS. (.env.example)API Documentation and Data Model Updates:
README.mdAPI documentation to reflect new response formats, more accurate field names, and the switch to UUIDs for resource identifiers. Added detailed examples for all endpoints and clarified request/response bodies. (README.md) [1] [2] [3]POST /api/token/{tokenId}/ingest), including usage examples. (README.md)README.md)UI and Usability Improvements:
Header.vue, added a tooltip and click-to-copy feature for the payload URL, and clarified modal descriptions. (app/components/Header.vue) [1] [2] [3]textfor better reliability. (app/components/CodeHighlight.vue)app/assets/css/main.css)